This example shows how Java can access scripts directly.           

Different scripting languages (e.g. Javascript, ooRexx) create a Java GUI within the script by using BSF.  	   

To start:	1. cmd.exe/shell:  java TestScript "script filename"	   	 
	2. create new instance:   new ScriptInterpreter(filename) 
